home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / demo / sound / Spoon2_1.lha / DOC / Sound2.LOG < prev    next >
Encoding:
Text File  |  1995-03-14  |  10.8 KB  |  440 lines

  1. This is a logfile of changes in Sound 2
  2.  
  3. Log started on 30.01.1995
  4.  
  5. Revisions :
  6. FileSupport.c   : 0.09
  7. GFXSupport.c    : 0.36
  8. IntroSequence.c : 0.03
  9. Main.c          : 0.51
  10. OnBoardGFX.c    : 0.01
  11.  
  12. Note, the history for changes before these are lost to the great software
  13. heaven in the sky, since I am not to good at remembering which went were
  14. at what time :)
  15.  
  16. ;------------------------------------------
  17.  + = New Feature
  18.  * = Change
  19.  - = Bug Fix
  20.  ! = Major Event
  21. ;------------------------------------------
  22.  
  23. Changes at 30.01.1995 by John Hinge :
  24.  
  25. FileSupport.c : 0.10
  26. * Changed a string
  27.  
  28. GFXSupport.c : 0.37
  29. * Changed RawKey Handler to use a new include file with definitions
  30.   of most rawkeys (the rest can be built by clever additions :)
  31.  
  32. IntroSequence.c : 0.04
  33. - Changed minor include file error.. I was still referring to my old
  34.   P60 includes, when the rest of the project believes in P61 :)
  35.  
  36. Main.c : 0.52
  37. + Changed Revision string to external reference, thereby ensuring correct
  38.   date even though I only change a 'minor' file
  39.  
  40. REV.c : 0.52
  41. + The new revision header file
  42.  
  43. makefile :
  44. + included REV.o as a link object, and REV.c dependent of all other .o
  45.   files, ensuring correct date in version string
  46.  
  47. ;------------------------------------------
  48. Changes at 31.01.1995 by John Hinge :
  49.  
  50. makefile :
  51. - I had put in REV.o and all of its dependencies, except REV.c ;^c
  52.  
  53. REV.c : 0.53
  54. * Changed set up of version string to acommodate my printing of some
  55.   of the string
  56.  
  57. Main.c : 0.53
  58. * Change of strings for the 'Nagging Beta Version' Requester
  59. ;------------------------------------------
  60. Changes at 01.02.1995 by John Hinge :
  61.  
  62. ! Removed ASMSupport.*, now ALL my own code is pure C :)
  63.  
  64. makefile :
  65. * Removed ASMSupport.* dependencies
  66.  
  67. Main.c : 0.54
  68. * Removed call of CheckAGA(), since GFXSupport handles this
  69.  
  70. GFXSupport.c : 0.38
  71. * Implemented check for AGA chipset, to remove the need for ASM stuff
  72.  
  73. REV.c : 0.55
  74.   Bumped master revision to 0.55
  75.  
  76. ;------------------------------------------
  77. Changes at 05.02.1995 by John Hinge :
  78.  
  79. OnboardGFX.c : 0.2
  80. + added 4 more gadget images
  81.  
  82. REV.C : 0.56
  83.   Bumped master revision to 0.56
  84.  
  85. GFXSupport.c : 0.39
  86. + added InfoGadget
  87.  
  88. REV.C : 0.57
  89.   Bumped master revision to 0.57
  90.  
  91. GFXSupport.c : 0.40
  92. + added HitListGadget
  93. + added RulesGadget
  94. + added MainScreenGadget
  95. + added Print() routine for systematic printing ;)
  96.  
  97. REV.C : 0.58
  98.   Bumped master revision to 0.58
  99.  
  100. GFXSupport.c : 0.41
  101. + added loading of the other 2 packed screens
  102.  
  103. REV.c : 0.59
  104.   Bumped master revision to 0.59
  105.  
  106. GFXSupport.c : 0.42
  107. + added routine to clear selector area
  108.  
  109. Main.c : 0.55
  110. + added call of selector clear
  111.  
  112. REV.c : 0.60
  113.   Bumped master revision to 0.60
  114.  
  115. Main.c : 0.56
  116.   changed string for module loading
  117.  
  118. REV.c : 0.61
  119.   Bumped master revision to 0.61
  120.  
  121. GFXSupport.c : 0.43
  122. ! now you can switch between 3 different screens
  123.   with wipes and all :)
  124.  
  125. Main.c : 0.57
  126. + Added a cosmetic setting of black colors before opening screen
  127.   the first time
  128.  
  129. REV.c : 0.62
  130.   Bumped master revision to 0.62
  131.  
  132. GFXSupport.c : 0.44
  133. + Added two more wipes
  134.  
  135. Main.c : 0.58
  136. ! Created a separate LoadTune routine, this prepares for the loading
  137.   of a new tune, whle listening to another...
  138.  
  139. REV.c: 0.63
  140.   Bumped master revision to 0.63
  141. ;------------------------------------------
  142. Changes at 09.02.1995 by John Hinge :
  143.  
  144.  
  145. Main.c : 0.59
  146. + Sound now needs disk 2 in order to run
  147. + added a routine to get an ID file from Sound2_2:
  148.  
  149. GFXSupport.c : 0.45
  150. * Change of strings for loading files, now loads from Sound2_2:
  151.  
  152. REV.C : 0.64
  153.   Bumped master revision to 0.64
  154.  
  155. Main.c : 0.60
  156. + Now checks for presence of ID file in PROGDIR:, and if
  157.   present loads from PROGDIR: (typical from Hard drive, but could be HD-
  158.   floppy disk)
  159.  
  160. GFXSupport.c : 0.46
  161. + checks external BOOL OneDisk, to load from PROGDIR: or from Sound2_2:
  162.  
  163. REV.C : 0.65
  164.   Bumped master revision to 0.65
  165.  
  166. ;------------------------------------------
  167. Changes at 11.2.1995 by John Hinge :
  168.  
  169. Sound2.font :
  170. * Re drew most of the small letters, since CDLQ complained about them..
  171.  
  172. GFXSupport : 0.47
  173. + Implemented Rules Screen text ...
  174.  
  175. GFXSupport : 0.48
  176. + Made new wipe for textplanes not in selector box...
  177.  
  178. Main.c : 0.61
  179. * Changed Beta Notification form requester to Printf()
  180. * Removed "bye bye" requester
  181.  
  182. REV.C : 0.66
  183.   Bumped master revision to 0.65
  184. ;------------------------------------------
  185. Changes at 12.2.1995 by John Hinge :
  186.  
  187. Main.c : 0.62
  188. * changed some strings
  189.  
  190. REV.C : 0.67
  191. * Changed versin string layout
  192.   Bumped master revision to 0.67
  193.  
  194. GFXSupport.c : 0.49
  195. * Changed to use external string arrays for smaller compilation time
  196.  
  197. Texts.c : 0.1
  198. + Definition of the text arrays for ModInfo's & RulesScreen
  199.  
  200. Texts.c : 0.2
  201. + Added Editorial text
  202. ;------------------------------------------
  203. Changes at 14.2.1995 by John Hinge :
  204.  
  205. Main.c : 0.64
  206. * removed embarrasing bug :
  207.   when I faded down, I forgot to restore volume afterwards :)
  208.  
  209. GFXSupport: 0.50
  210. + Added shortcut to modules..
  211.   just press the keys 1-0
  212.  
  213. REV.C : 0.68
  214.   Bumped master revision to 0.68
  215.  
  216. GFXSupport: 0.51
  217. + Just thought it would be nice if the InfoScreen got updated,
  218.   if you use the shortcut to load while it is shown :)
  219.  
  220. REV.C: 0.69
  221.   Bumped master revision to 0.69
  222.  
  223. GFXSupport: 0.52
  224. + Added the editorial upscroller
  225. * fixed SEVERAL embarrasing memory bugs..
  226.   some of them could, in case of failure lead
  227.   to memory loss, but not (I hope) to errors...
  228.  
  229. Texts.c : 0.03
  230. * added some text to the editorial explaining
  231.   my keyboard shortcuts..
  232.  
  233. REV.C: 0.70
  234.   Bumped master revision to 0.70
  235.  
  236. ;------------------------------------------
  237. Changes at 16.2.1995 by John Hinge :
  238.  
  239. GFXSupport.c : 0.53
  240. + Added a centerprint routine
  241.  
  242. OnboardGFX.c : 0.03
  243. + Added images for selector gadgets
  244.  
  245. REV.C : 0.71
  246.   Bumped master revision to 0.71
  247.  
  248. GFXSupport.c : 0.54
  249. * changed positions of selector texts
  250.  
  251. Texts.c : 0.04
  252. * changed a little error in editorial text
  253.   'you can use the keys > 1 - 0 <' instead of '> 1 - 9 <' :)
  254.  
  255. REV.C : 0.72
  256.   Bumped master revision to 0.72
  257. ;------------------------------------------
  258. Changes at 17.2.1995 by John Hinge :
  259. +++ Now everything works :) ('cept ofcourse the introsequence..)
  260.  
  261. GFXSupport.c : 0.60
  262. ! Selector and ModsHit Selectors up and running
  263.  
  264. OnboardGFX.c : 0.10
  265. ! All images corrected images for selctor changed to Border structs
  266.  
  267. Main.c : 0.70
  268. * change of strings for filenames, added Hit modules etc..
  269.  
  270. Texts.c : 0.10
  271. + Added Hit modules to info texts
  272.  
  273. REV.C : 0.80
  274.   Bumped master revision to 0.80
  275. ;------------------------------------------
  276. Changes at 18.2.1995 by John Hinge :
  277.  
  278. GFXSupport.c : 0.61
  279. * added RMBTrap to the window flags..
  280.  
  281. REV.C : 0.81
  282.   Bumped master revision to 0.81
  283.  
  284. GFXSupport.c : 0.62
  285. + Editorial Upscroller put on VBLANK IRQ to eliminate 'flickering' scroll
  286. + Added GFXSupportLEV3() entry for VBLANK stuff..
  287.   this could later be the base for VU-meters etc..
  288.  
  289. REV.C : 0.82
  290.   Bumped master revision to 0.82
  291.  
  292. GFXSupport.c : 0.63
  293. * Changed filenames for screens, to GDAT.Mx, as all other files have
  294.   cryptic names it seemed reasonable to complete the process :)
  295.  
  296. REV.C : 0.83
  297.   Bumped master revision to 0.83
  298.  
  299. IntroSequence.c : 0.5
  300. + now loads all data and starts the intro module
  301.  
  302. ;------------------------------------------
  303. Changes at 19.2.1995 by John Hinge :
  304.  
  305. IntroSequence.c : 0.10
  306. + Fully running, showing all pictures with nice wipes
  307.  
  308. Main.c : 0.80
  309. + delegated some of the work out to IntroSequence.c
  310.  
  311. REV.C : 0.90
  312.   Bumped master revision to 0.90
  313.  
  314. GFXSupport.c : 0.64
  315. * moved the opening of the font to Main.c
  316.  
  317. Main.c : 0.81
  318. + now opens the font here, to comply with the disklayout&strategy
  319.  
  320. REV.C : 0.91
  321.   Bumped master revision to 0.91
  322. ;------------------------------------------
  323. Changes at 20.2.1995 by John Hinge :
  324.  
  325. GFXSupport.c : 0.65
  326. * removed nasty 'white color flash' bug = 
  327.   added WaitTOF() at strategic locations :)
  328. REV.C : 1.00
  329.   Bumped master revision to 0.00
  330. change of Printf() to ShowRequester() all around... almost no Printf's left
  331.  
  332. ;------------------------------------------
  333. Changes at 22.2.1995 by John Hinge :
  334.  
  335. GFXSupport.c : 0.70
  336. + added backdrop window to prevent gadget access while loading music
  337. + added showing of current module
  338. + changed some texts to a textarray
  339.  
  340. I finally think I am about finished :)
  341. ;------------------------------------------
  342. Changes at 23.2.1995 by John Hinge :
  343.  
  344. GFXSupport.c : 0.71
  345. :( No I was not finished.. It seems that the nice gfx lady had drawn some
  346.    images for the selector.. so here goes some revisions again :)
  347.  
  348. GFXSupport.c : 0.72
  349. * quite some fixin, but now the Image based Selector and ModsHit works :)
  350.   (Why can't the system blit 23 bytes wide things ?? :)
  351.  
  352. REV.C : 1.00 (still)
  353. ;------------------------------------------
  354. Changes at 24.2.1995 by John Hinge :
  355.  
  356. GFXSupport.c : 0.71
  357. * change of speed in editorial scroller.
  358. + added 'cute' pointer
  359.  
  360. IntroSequence.c :
  361.  music now comes in while revealing screen 2, plus it fades in !:)
  362.  
  363. GFXSupport.c : 0.72
  364. * more changes as I try to finish this...
  365.   added shortcut keys for the 3 hit modules
  366.  
  367. Texts.c :
  368. * changed editorial to reflect the new range of shortcuts
  369. ;------------------------------------------
  370. Changes at 2.3.1995 by John Hinge :
  371.  
  372. Buttons.asm :(
  373. + added to facilitate testing of mousebutton status
  374. :( I really have to get this rewritten A.S.A.P
  375.  
  376. FileSupport.c : 1.00
  377.   Bumped Revision to 1.00
  378.  
  379. GFXSupport.c : 1.00
  380. ! fixed that 'screen won't open bug'
  381. *  rewrote lots'a screen stuff
  382.  
  383. IntroSequence.c : 1.00
  384. * changed Screen stuff to look like GFXSupport (and thereby work :)
  385.  
  386. Main.c : 1.00
  387. * small changes
  388.  
  389. OnBoardGFX.c : 1.00
  390.   Bumped Revision to 1.00
  391.  
  392. Texts.c :
  393. * changed editorial text (yet yet yet again :)
  394.  
  395. REV.C : 1.00
  396.   Locked master revision at 1.00
  397.  
  398. Next update will be Sound3 1.xx
  399.  
  400. ;------------------------------------------
  401. Changes at 8.3.1995 by John Hinge :
  402.  
  403. Well, I really thought this was locked, but while waiting for a (MUCH)
  404. delayed intro, I could brush up a few minor details :
  405.  
  406. * Buttons.ASM : REMOVED, I much prefer using 'C' everywhere :)
  407.  
  408. Main.c : 1.01
  409. * added to BOOLs reflecting mousebuttonstate
  410.  
  411. GFXSupport.c : 1.01
  412. * all decrunchs now done via GFXDecrunch(), this saves space, and ensures
  413.   uniform response to decrunch errors
  414.  
  415. GFXSupport.c : 1.02
  416. * now fully cleans up, and makes meaningfull requesters informing of
  417.   eventual error conditions, however, in the case of a severe error,
  418.   I can't always guarantee a stable machine
  419.  
  420. REV.c : 1.01
  421.   Bumped master revision to 1.01
  422. ;------------------------------------------
  423. Changes at 14.3.1995 by John Hinge :
  424.  
  425. IntroSequence.c : 1.05
  426. + Added exitfunction to IntroSequence.. Just Hold LMB a little while
  427.  
  428. Main.c : 1.02
  429. * changed the sign on text a little, added releasedate
  430.  
  431.  SOUND 2 is locked at this revision level...
  432.  next update will be Sound 3 !!
  433.  
  434.  Forthcoming features :
  435.  Running better on GFX cards, at the moment it can be MADE to run
  436.  more or less (mostly less) smoothly on Retina blt Z3
  437.  This will not be easy, but if it can be done, then this proggy will
  438.  be real hot, as the mods will enable it to run on most major GFX cards
  439.  (under their relevant Emulators !!)
  440.